Skip to content

feat: improve supercode agents, add product hunt launch banner - #193

Merged
yashdev9274 merged 2 commits into
mainfrom
supercode-cli
Jul 10, 2026
Merged

feat: improve supercode agents, add product hunt launch banner#193
yashdev9274 merged 2 commits into
mainfrom
supercode-cli

Conversation

@yashdev9274

Copy link
Copy Markdown
Owner

Description

  • supercode-cli: rework agent prompts (build, explore, general, plan, summary, title, compaction) for better delegation and tool usage
  • supercode-cli: add subagent permission system with granular tool access control
  • supercode-cli: refactor chat thinking display — step status row, tool snapshots, streaming improvements
  • supercode-cli: fix concentraate service handling and provider model routing
  • supercode-cli: add delegate tool definition with permission manager integration
  • supercode-cli: update tsconfig for stricter compilation
  • web: add Product Hunt launch banner component (sticky top, pulsing dot, /launch link)
  • web: adjust navbar fixed position to account for launch banner height
  • deps: update bun.lock

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactor (no functional changes)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • bun test passes
  • bun run typecheck passes
  • bun run lint passes (if applicable)

Checklist:

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
supercli Ready Ready Preview, Comment Jul 10, 2026 12:20pm
supercli-client Ready Ready Preview, Comment Jul 10, 2026 12:20pm
supercli-docs Ready Ready Preview, Comment Jul 10, 2026 12:20pm

@greptile-apps greptile-apps Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your trial has ended. Reactivate Greptile to resume code reviews.

@coderabbitai

coderabbitai Bot commented Jul 10, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@yashdev9274, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 58 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 9522f435-5a90-464f-a2be-dca932b62d5b

📥 Commits

Reviewing files that changed from the base of the PR and between 31f74d8 and f676752.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (27)
  • apps/supercode-cli/server/package.json
  • apps/supercode-cli/server/src/agent/agent.ts
  • apps/supercode-cli/server/src/agent/index.ts
  • apps/supercode-cli/server/src/agent/prompt-loader.ts
  • apps/supercode-cli/server/src/agent/prompts/build.txt
  • apps/supercode-cli/server/src/agent/prompts/compaction.txt
  • apps/supercode-cli/server/src/agent/prompts/explore.txt
  • apps/supercode-cli/server/src/agent/prompts/general.txt
  • apps/supercode-cli/server/src/agent/prompts/plan.txt
  • apps/supercode-cli/server/src/agent/prompts/summary.txt
  • apps/supercode-cli/server/src/agent/prompts/title.txt
  • apps/supercode-cli/server/src/agent/runner.ts
  • apps/supercode-cli/server/src/agent/subagent-permissions.ts
  • apps/supercode-cli/server/src/cli/ai/chat/chat.ts
  • apps/supercode-cli/server/src/cli/ai/chat/chatAgent.ts
  • apps/supercode-cli/server/src/cli/ai/chat/step-status-row.ts
  • apps/supercode-cli/server/src/cli/ai/chat/thinking.ts
  • apps/supercode-cli/server/src/cli/ai/concentrate-service.ts
  • apps/supercode-cli/server/src/cli/ai/provider.ts
  • apps/supercode-cli/server/src/cli/utils/tool-snapshot.ts
  • apps/supercode-cli/server/src/cli/utils/tui.ts
  • apps/supercode-cli/server/src/tools/definitions/delegate.ts
  • apps/supercode-cli/server/src/tools/permission-manager.ts
  • apps/supercode-cli/server/tsconfig.json
  • apps/web/app/layout.tsx
  • apps/web/components/homepage/navbar.tsx
  • apps/web/components/launch-banner.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch supercode-cli

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant